home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / pdtar.zip / PDTAR.MSG < prev    next >
Internet Message Format  |  1988-06-14  |  2KB

  1. From: roskos@dockmaster.arpa (Eric Roskos)
  2. Newsgroups: comp.binaries.ibm.pc
  3. Subject: Public Domain TAR w/source
  4. Date: 11 Jun 88 04:10:16 GMT
  5. Summary: pdtar.arc, public domain TAR w/source code
  6. Approved: dick@slvblc.UUCP
  7.  
  8. [This port supports both MS-DOS and Minix.  DF]
  9.  
  10. tar provides a way to store many files into a single archive, which can
  11. be kept in another Unix file, stored on an I/O device such as tape,
  12. floppy, cartridge, or disk, or piped to another program.  It is useful
  13. for making backup copies, or for packaging up a set of files to move
  14. them to another system.
  15.  
  16. tar has existed since Version 7 Unix with very little change.  It has
  17. been proposed as the standard format for interchange of files among
  18. systems that conform to the P1003 "Portable Operating System" standard.
  19.  
  20. This version of tar supports the extensions which were proposed in
  21. the P1003 draft standards, including owner and group names, and support
  22. for named pipes, fifos, and block and character devices.  Under DOS
  23. and Minix, it also supports the P1003 Trial Use Standard format for
  24. multivolume archives on floppy disk.
  25.  
  26. When run under DOS, this version of tar performs various conversions
  27. intended to aid in transferring files between DOS and Unix.  Filenames
  28. are converted by deleting all but the last "." from the filename when
  29. reading an archive under DOS; and they are converted to lowercase when
  30. writing an archive under DOS.  (If you use the -v option, it will show
  31. you when dot conversions like this take place.)  If a conversion is
  32. dubious, it will prompt you to enter a proper DOS filename.
  33.  
  34. Also when running under DOS, conversion between newlines and CR/LFs
  35. is performed for ASCII files (the archive is always written in the
  36. Unix-compatible form, i.e., with only newlines present).
  37.  
  38. When reading an archive, this version of tar continues after finding
  39. an error.  Previous versions required the "i" option to ignore checksum
  40. errors.
  41.  
  42. This port is by Eric Roskos (csed-1!roskos, roskos@CSED-1.IDA.ORG,
  43. or Roskos@DOCKMASTER.ARPA), and has unfortunately diverged too far to
  44. make re-merging with future releases of the original PD Tar very
  45. feasible.
  46.